<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0px;
    margin: 0px;
    font-family: "宋体";
}

html, body {
    background-color: #fff;
    height: 100%;
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

ul, li {
    list-style: none;
}

a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

img {
    border: none;
}

a:hover {
    text-decoration: underline;
}

.crumb {
    border: solid 1px #d5e9fc;
}

    .crumb .legend {
        height: 35px;
        line-height: 35px;
        background: #eee url(../Images/legend.png) no-repeat 20px center;
        border-bottom: solid 1px #8fc0e0;
    }

        .crumb .legend span {
            font-family: "微软雅黑";
            font-size: 18px;
            font-weight: 800;
            margin-left: 40px;
            float: left;
        }

        .crumb .legend a {
            color: red;
            font-family: "Arial";
            font-weight: 800;
            float: right;
            margin-right: 20px;
        }


.header, .banner, .footer {
    width: 100%;
}

.header {
    height: 200px;
}

.banner {
    overflow: hidden;
}

.container {
    width: 1024px;
    margin: 0px auto;
    position: relative;
}

.footer {
    margin-top: 2px;
}
</pre></body></html>